PreciseHome

Precise Home peripheral interface for drones.

Precise home allows the drone to more precisely reach the take-off location when landing or returning home. To do so, PreciseHome peripheral must be enabled. As precise home is not always practically feasible, this peripheral reports a current state which indicates whether precise home will be activated upon landing, or if it is currently active (in case the drone is currently landing).

Note that this peripheral may be unsupported, depending on the drone model and firmware version.

This peripheral can be obtained from a drone using:

drone.getPeripheral(PreciseHome.class)

See also

com.parrot.drone.groundsdk.device.Drone

Types

Link copied to clipboard
enum Mode
Precise home mode.
Link copied to clipboard
enum State
Precise home state.

Functions

Link copied to clipboard
Gives access to the precise home mode setting.
Link copied to clipboard
Informs about current precise home state.